projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fbecd
)
(setup-8-bit-environment): Use `require' to load the latin-N file.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 15 Aug 1997 19:32:53 +0000
(19:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 15 Aug 1997 19:32:53 +0000
(19:32 +0000)
lisp/language/european.el
patch
|
blob
|
history
diff --git
a/lisp/language/european.el
b/lisp/language/european.el
index 5c98c9a2379a4843b4af373e6a847290b758a308..f2d5e40e1bee27059ce8b6b8b8fc4925f4870c42 100644
(file)
--- a/
lisp/language/european.el
+++ b/
lisp/language/european.el
@@
-60,7
+60,7
@@
;; If this is a Latin-N character set, set up syntax for it in
;; single-byte mode.
(if (string-match "^Latin-\\([1-9]\\)$" language)
- (
load (downcase language
))))
+ (
require (intern (downcase language)
))))
\f
;; Latin-1 (ISO-8859-1)